home *** CD-ROM | disk | FTP | other *** search
- // $TEXTURE1
- // $TEX1OPTIONSFILE
- // $SPECPOW
- // $CULLING
-
- // GF FX
- /*
- shader()
- {
- pass()
- {
- Lighting()
- Vertexshader("CarBR_Menu_ps20.vsh")
- Pixelshader("CarBR_Menu_ps20.psh")
-
- !include("__tex1.mtt")
- !include("__NormalsMap.mtt")
- !include("__MenuDiffuseCubeMap.mtt")
- !include("__MenuCubeMap.mtt")
-
- }
- Cull(CULLING)
- }
- */
-
- shader()
- {
- pass()
- {
- Lighting()
- Vertexshader("CarBR_Menu_ps11.vsh")
- Pixelshader("CarBR_Menu_ps11.psh")
-
- !include("__tex1menu.mtt")
- !include("__MenuDiffuseCubeMap2.mtt")
- !include("__MenuCubeMap.mtt")
-
- }
- Cull(CULLING)
- }
-
- // GF 2
- shader()
- {
- ShaderQuality(0)
- pass()
- {
- Lighting()
- tmu()
- {
- Texture()
- {
- Mapchannel(0)
- Image(TEXTURE1)
- !include(TEX1OPTIONSFILE)
- lodbias(-1.0)
- }
- ColorOp("arg1", "texture", "current", "current")
- AlphaOp("arg1", "texture", "current", "current")
- }
- tmu()
- {
- TexGen("normal")
- Texture()
- {
- Cubemap("MenuDiffuseCubemap2.dds")
- }
- ColorOp("mul", "texture", "current", "current")
- AlphaOp("arg1", "current", "current", "current")
- }
- }
- pass()
- {
- Lighting()
- tmu()
- {
- Texture()
- {
- Mapchannel(0)
- Image(TEXTURE1)
- !include(TEX1OPTIONSFILE)
- lodbias(-1.0)
- }
- ColorOp("arg1", "texture", "current", "current")
- AlphaOp("add_signed", "tfactor", "texture", "current")
- }
- tmu()
- {
- TexGen("reflection")
- Texture()
- {
- Cubemap("MenuCubemap.dds")
- }
- ColorOp("mul", "current_a", "texture", "current")
- }
- TFactor(0.0, 0.0, 0.0, 0.1)
- BlendFunc("one", "one")
- }
-
- Cull(CULLING)
- }
-
-
-